Python之文件与目录操作(os、zipfile、tarfile、shutil) Python中可以用于对文件和目录进行操作的内置模块包括: 模块/函数名称 功能描述 open()函数 文件读取或写入 ...